body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	background: linear-gradient(90deg, rgba(70,77,128,1) 0%, rgba(70,117,128,1) 42%, rgba(142,196,207,1) 100%);
}
::placeholder{
	color:#fff;
}

.section{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}


.container{
	width: 60%;
	height: 34rem;
	padding: 0;
	margin: 0;
	background-image: url('bg1.jpg');
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
	box-shadow: 4px 6px 23px 4px rgba(0,0,0,0.75);
}

.signUp-form::before{
	content: "AEC Library - Sign Up ";
	position: absolute;
	top: 7rem;
	left: 40%;
	color: white;
	font-size: 25px;
}
.signUp-box{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6rem 5rem;
}

.signUp-form{
	display: flex;
}
.signUp-form input{
	padding: 10px;
	border:none;
	background:transparent;
	outline: none;
	color: #fff;
	margin: 10px;
}
.form-group{
	border-bottom: 1px solid #fff;
	margin:15px;

}
.form-group i{
	color: #fff;
	font-size: 24px;
}

.no-border{
	border: none;
}

#male, #female{
	margin-top: 2rem;
}

#male + label,
#female + label{
	color: white;
}

button {
    width: 120px;
    height: 40px;
    margin: 30px 95px 100px 90px;
    transition: all .5s ease;
    color: #fff;
    border: 3px solid white;
    font-family:'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    background-color : transparent;
    padding: 3px;
    outline: none;
    border-radius: 4px;
}
button:hover {
    color: #001F3F;
    background-color: #fff;
}

.redirect{
	color: white;
	position: absolute;
	bottom: 8rem;
	left: 365px;
}

/* Exit */
.quiz-exit{
	position: absolute;
	bottom: 0;
	left: 1rem;
	margin: 2rem;
    width: 36px;
    height: 36px;
	background-color: white;
	padding: 0.5rem;
	border-radius: 50%;
	border: 2px solid #56a5eb;
  }
  .quiz-exit:hover {
	cursor: pointer;
	box-shadow: 0 0.4rem 1.4rem 0 rgba(86, 185, 235, 0.5);
	transform: translateY(-0.1rem);
	transition: transform 150ms;
  }
  a{
	text-decoration: none;
	color: #56a5eb;
  }

@media only screen and (max-width: 425px){

    .section{
        height: 100vh;
    }
    .container{
        width: 90%;
        height: 95vh;
    }
    .signUp-form::before{
        font-size: 15px;
        top: 2.5rem;
        left: 31%;
    }
    .signUp-form{
        flex-direction: column;
        top: -2rem;
    }
    .signUp-box{
        padding: 1rem;
    }

    .first-box{
        height: 40vh;
    }
    .second-box{
        height: 40vh;
    }

    .signUp-form input{
        padding: 0;
    }

    .form-group input{
        font-size: 10px;
    }

    .form-group i{
        font-size: 10px;
    }

    #male , #female{
        margin-top: 0.6rem;
    }
    #male + label , #female + label{
        font-size: 10px;
    }

    #fullName{
        margin-top: 3rem;
    }

    .btn #button{
        padding:8px 0px 8px 0px;
        width: 80%;
        font-size: 10px;
        margin-top: 2rem;
    }

    .redirect{
        font-size: 10px;
        bottom: 7rem;
    }

    .quiz-exit{
        position: absolute;
        bottom: 0;
        left: 1rem;
        padding: 0;
        width: 20px;
        height: 20px;
        margin: 2rem;
    }
}

@media only screen and (max-width: 768px) and (min-width: 426px){

	.container{
		width: 80%;
	}
    .signUp-form::before{
        font-size: 24px;
        top: 2.5rem;
        left: 35%;
    }

	.signUp-form input{
		padding: 0;
	}

    .form-group input{
        font-size: 14px;
		padding-left: 1rem;
    }

    .form-group i{
        font-size: 14px;
		position: relative;
		top: 1.6rem;
    }

    #male + label , #female + label{
        font-size: 14px;
    }

    .btn #button{
        padding:8px 0px 8px 0px;
        width: 80%;
        font-size: 14px;
    }

    .redirect{
        font-size: 14px;
        bottom: 6rem;
		left: 22.5%;
    }

    .quiz-exit{
        left: 5rem;
        padding: 0;
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px){
	.container{
		width: 80%;
	}
    .signUp-form::before{
        font-size: 26px;
        top: 4rem;
        left: 38%;
    }

    .form-group input{
        font-size: 16px;
    }

    .form-group i{
        font-size: 16px;
    }

    #male + label , #female + label{
        font-size: 16px;
    }

    .btn #button{
        padding:10px 0px 10px 0px;
        width: 80%;
        font-size: 16px;
    }

    .redirect{
        font-size: 16px;
        bottom: 5rem;
		left: 22.5%;
    }
	.quiz-exit{
        left: 6rem;
        padding: 0;
        width: 30px;
        height: 30px;
    }
}
